home *** CD-ROM | disk | FTP | other *** search
/ Chaos CD Blue / Chaos_CD_Blue__[1999].iso / erfa / ulm / cccu.css < prev    next >
Cascading Style Sheet File  |  1999-09-29  |  2KB  |  134 lines

  1. <STYLE TYPE="text/css">
  2. <!--
  3.   BODY {
  4.       color: #000;
  5.       background: #FFF;
  6.       font-family: 15px Verdana, Arial, sans-serif
  7.       }
  8.  
  9. /* Netscape is buggy, see
  10. http://www.macromedia.com/support/test_style_navbug.html */
  11.  
  12.  
  13. H1     {font-size: 220%;
  14.         color: #ccc;
  15.         font-family: Verdana, Arial, sans-serif;
  16.         }
  17.  
  18. H2     {font-size: 180%;
  19.         color: #ccc;
  20.         font-family: Verdana, Arial, sans-serif;
  21.         }
  22.  
  23. H3     {font-size: 120%;
  24.         Color: #ccc;
  25.         font-family: Verdana, Arial, sans-serif
  26.         }
  27.  
  28.  
  29. TT     {color: navy;
  30.         font-size: 12pt;
  31.         weight: bold;
  32.         font-family: Verdana, Arial, sans-serif
  33.         }
  34.  
  35. A:link  { color: coral;
  36.         font-weight: bold;
  37.         text-decoration: underline;
  38.       }
  39.  
  40. A:visited  { color: #cc8888;
  41.         font-weight: bold;
  42.         text-decoration: underline;
  43.       }
  44.  
  45. P       {font-family: 15px Verdana, Arial, sans-serif;
  46.       }
  47.  
  48. UL       {font-family: 15px Verdana, Arial, sans-serif;
  49.       }
  50.  
  51.  
  52. PRE.example {margin-left: 40px;}
  53.  
  54. .section {
  55.       color: #ccc;
  56.       font: 40px Verdana,sans-serif;
  57.       margin-left: 20px;
  58.       }
  59.  
  60. .logo {
  61.       color: #ccc;
  62.       font: 200% Verdana,sans-serif;
  63.       text-align: center;
  64.       }
  65.  
  66. .prelude {
  67.       font-weight: bold;
  68.       }
  69.  
  70. .title {
  71.       text-align: center;
  72.       }
  73. .subtitle{
  74.       text-align: center;
  75.         font-size: 50%;
  76.       }
  77.  
  78. .cite {
  79.       text-align: justified;
  80.       background-color: #f73;
  81.       color: #000;
  82.       border: none;
  83.       padding: 1em;
  84.       margin: 1em;
  85.       }
  86.  
  87. .content {
  88.       font: 15px Verdana, sans-serif;
  89.       margin-left: 40px;
  90.       }
  91.  
  92. .info {
  93.       font: 15px Verdana, sans-serif;
  94.       text-align: justified;
  95.       background-color: #f73;
  96.       color: #000;
  97.       border: none;
  98.       padding: 1em;
  99.       margin: 1em;
  100.       }
  101.  
  102. .newsflash {
  103.       text-align: justified;
  104.       background-color: #eee;
  105.       border: none;
  106.       padding: 1em;
  107.       margin: 0em 4em 1em
  108.       }
  109.  
  110. .meldung {
  111.       font: 15px Verdana, sans-serif;
  112.       margin-left: 40px;
  113.       text-align: justified;
  114.       border: none;
  115.       margin: -1em 1em 1em;
  116.       }
  117.  
  118. .meldung-date {
  119.       weight: bold;
  120.       }
  121.  
  122.  
  123. IMG.image-a {
  124.       float: right;
  125.       }
  126.  
  127. IMG.image-b {
  128.       float: right;
  129.       }
  130.  
  131. -->
  132. </STYLE>
  133.  
  134.